docs: fix LRU cache wiki link in KeepAlive max prop description#560
Merged
narusas merged 1 commit intovuejs-translations:mainfrom Apr 15, 2026
Merged
docs: fix LRU cache wiki link in KeepAlive max prop description#560narusas merged 1 commit intovuejs-translations:mainfrom
narusas merged 1 commit intovuejs-translations:mainfrom
Conversation
|
@oobg is attempting to deploy a commit to the vuejs Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Problem
KeepAlive컴포넌트의maxprop 설명에서 사용된 LRU 캐시 위키 링크의 한국어 앵커가 잘못된 경로로 연결되어 있었습니다.기존 링크는 LRU 설명이 있는 올바른 섹션으로 이동하지 않아 문서를 참고할 때 혼동을 줄 수 있습니다.
src/guide/built-ins/keep-alive.mdhttps://ko.vuejs.org/guide/built-ins/keep-alive#max-cached-instances
Proposed Solution
LRU 캐시 설명이 포함된 URL 인코딩된 한국어 위키 링크의 섹션 앵커를 올바르게 수정했습니다.
카시_교체_정책#귀작이_가장_오래된_경우_(LRU)캐시_교체_정책#최근_최소_사용_(LRU)이를 통해 LRU 캐시 설명 섹션으로 정확히 이동하도록 수정했습니다.
Additional Information
이번 변경은 문서의 한국어 위키 링크 앵커만 수정한 것으로 기능적인 영향은 없습니다.